home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
LibraryOfCongress
/
LibraryOfCongress.app
/
ColorBars.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-06
|
348 b
|
25 lines
#import <appkit/View.h>
#define PLAIN 0
#define FADE 1
#define CLEAR 2
#define SCRAMBLE 3
#define WINKOFF 4
#define FSCRAMBLE 5
#define SWAB 6
@interface ColorBars:View
{
NXColor backgroundColor;
int style;
int running;
float delay;
}
- setBackgroundColor:(NXColor)c;
- setDrawstyle:(int)n;
- fill:(NXColor)c;
- stop;
@end